net/http.maxBytesReader.err (field)
6 uses
net/http (current package)
request.go#L1162: err error // sticky error
request.go#L1166: if l.err != nil {
request.go#L1167: return 0, l.err
request.go#L1183: l.err = err
request.go#L1203: l.err = &MaxBytesError{l.i}
request.go#L1204: return n, l.err
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |